projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b406180
)
minios: Extend struct blkfront_aiocb.
author
Keir Fraser
<keir.fraser@citrix.com>
Tue, 31 Mar 2009 11:06:57 +0000
(12:06 +0100)
committer
Keir Fraser
<keir.fraser@citrix.com>
Tue, 31 Mar 2009 11:06:57 +0000
(12:06 +0100)
Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
extras/mini-os/include/blkfront.h
patch
|
blob
|
history
diff --git
a/extras/mini-os/include/blkfront.h
b/extras/mini-os/include/blkfront.h
index 8cbc0905d3a129b209b66878850979c5cc3a1f59..724137eb45596036aac883d561486bf7784b7ee2 100644
(file)
--- a/
extras/mini-os/include/blkfront.h
+++ b/
extras/mini-os/include/blkfront.h
@@
-8,6
+8,8
@@
struct blkfront_aiocb
uint8_t *aio_buf;
size_t aio_nbytes;
off_t aio_offset;
+ size_t total_bytes;
+ uint8_t is_write;
void *data;
grant_ref_t gref[BLKIF_MAX_SEGMENTS_PER_REQUEST];